html {
    scroll-behavior: smooth;
}

body {
    font-family: "Malgun Gothic", "Gill Sans", sans-serif;
    font-size: 24px;
    /*1.22em;*/
    line-height: 1.3;
}

p {
    font-size: 24px;
    /*1.22em;*/
    line-height: 1.6;
    margin-top: 15px;
    /*font-weight: 400;*/
}


h2 {
    font-size: 29px;
    text-decoration: underline;
}

article a {
    font-size: 25px;
    font-weight: bold;
    color: black;
}

article a:hover {
    font-size: 25px;
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

.hline {
    /*width: 100%;
    height: 5px;   /*0.2vw;*/
    border-bottom: 5px solid black;
    width: 100%;
    display: block;
    font-size: 31px;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 1.5vw;
}

.row aside,
.row article {
    padding: 0 25px;
}

aside {
    background-color: #fff;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.content {
    padding: 0 30px;
}

.us-text {
    padding-top: 15px;
}

.article-container {
    float: none;
    display: block;
    overflow: hidden;
    padding-top: 1.5vw;
}

#us img {
    max-width: 33vw;
    max-height: 33vh;
}

#singers img,
#musicians img {
    float: left;
    margin-right: 35px;
    /*transition: transform .2s; /* Animation */
}
/*
#singers img:hover,
#musicians img:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  /*-webkit-transform: scale(1.5); /* Safari 3-8 */
  /*transform: scale(1.5); 
}*/

#phoenix img {
    float: right;
    margin-left: 35px;
}

#dates img {
    max-width: 10vw;
    max-height: 10vh;
    float: left;
    margin-right: 35px;
}

/*.date-preview a, .contact a {
    font-size: 25px;
    font-weight: bold;
    color: black;
}*/

.date-detial-heading {
    font-weight: bold;
    vertical-align: top;
}

.date-info {
    vertical-align: top;
}

#dates td p {
    margin-right: 25px;
}

.sm-contact {
    font-weight: bold;
    margin-right: 25px;
}

#contact img {
    width: 50px;
    height: auto;
    margin-right: 25px;
    margin-left: 50px;
}

#contact p:hover {
    text-decoration: underline;
}

.anchor-desktop {
    scroll-margin-top: 95px;
}

.anchor-mobile {
    scroll-margin-top: 250px; //25vh;
}

#impressum a {
    color: black;
    font-size: 15px;
}

#impressum a:hover {
    color: black;
}

#pastEventsButton:hover {
    cursor: pointer;
    text-decoration: underline;
}

/*****************************************************************************************************************************
**
**  Audio-Player & Projektelemente
**
*****************************************************************************************************************************/

.listElement, #projects iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 315;
}

.player-container {
    /*background-color: #F2F2F2;*/
    border: 1px solid black;
    border-radius: 5px;
    text-align: left;
    display: table;
    padding: 5% 7.5%;
    position: relative;
}

.player-controlls {
    position: absolute;
    bottom: 8%;
    width: 85% !important;
}

/*****************************************************************************************************************************
**
**  Cookie-Banner & Cookies
**
*****************************************************************************************************************************/

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-radius: 0;
    display: none;
    font-size: 20px;
}

#cb-cookie-banner button {
    font-size: 20px;
}

.enableCookies {
    background-color: #F2F2F2;
    border: 2px solid black;
    padding: 5%;
    text-align: center;
    display: table;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.enableCookies a:hover {
    cursor: pointer;
    text-decoration: underline !important;    
}

/*****************************************************************************************************************************
**
**  Kontakt-Formular
**
*****************************************************************************************************************************/

#contactForm {
    margin: 20;
}

#contactForm p {
    font-size: 21px;
    font-weight: bold;
    color: black;
    margin-bottom: 2;
}

#contactForm p:hover {
    text-decoration: none;
}

#contactForm .mobileInput {
    width: 90vw;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    background-color: #F2F2F2
        /*#eee*/
    ;
    border-radius: 50px;
}

#contactForm .mobileTextArea {
    height: 140px;
    width: 90vw;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    background-color: #F2F2F2
        /*#eee*/
    ;
    border-radius: 20px;
}

#contactForm .desktopInput {
    margin-left: 20px;
    margin-bottom: 7px;
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    background-color: #F2F2F2
        /*#eee*/
    ;
    border-radius: 50px;
}

#contactForm .desktopTextArea {
    margin-left: 20px;
    margin-bottom: 7px;
    height: 140px;
    width: 400px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    background-color: #F2F2F2
        /*#eee*/
    ;
    border-radius: 20px;
}

#contactForm input:hover,
#contactForm textarea:hover {
    border: 2px solid black;
}

#contactForm input:focus,
#contactForm textarea:focus {
    border: 2px solid black;
}

#contactForm button {
    padding: 15px 30px;
    font-size: 21px;
    color: black;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

#contactForm button:hover,
#contactForm button:focus {
    padding: 15px 30px;
    font-size: 21px;
    color: black;
    background-color: #F0F0F0;
    border: 2px solid black;
    border-radius: 50px;
    cursor: pointer;
}

#submitImg {
    width: 25px !important;
    height: auto !important;
    margin-left: 5px !important;
    margin-top: -5px !important;
    margin-right: 0 !important;
}

/*****************************************************************************************************************************
**
**  Accordion-Cards
**
*****************************************************************************************************************************/

.card {
    border: none;
}

.card-header {
    margin-top: 25px;
    background-color: #fff;
    border-bottom: none;
}

.card-body {
    padding: 0 1.25em;
}

/*****************************************************************************************************************************
**
**  Horizontal List-Groups
**
*****************************************************************************************************************************/

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.5rem;
    background-color: #fff;
    border: none;
}

.list-group-item-desktop {
    width: 50%;
    padding-top: 25px;
}

.list-group-item-mobile {
    width: 100%;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

/*****************************************************************************************************************************
**
**  NavBar
**
*****************************************************************************************************************************/

.navbar {
    background-color: black;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("../img/menu.png");
}

.nav-link {
    font-size: 29px;
    margin: 0 65;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#rowNavBar {
    z-index: 999;
}

#navbarNavDropdown {
    text-align: center;
}

/*
@media (max-width: 1200px) {
  .navbar{
    float: right;
  }      
}*/

/*****************************************************************************************************************************
**
**  Footer
**
*****************************************************************************************************************************/

footer {
    margin-top: 30px !important;
    padding: 1vw;
    padding-top: 20px;
    text-align: center;
    background-color: black;
    color: white;
}

footer a,
footer {
    color: white;
    font-size: 15px;
    margin: 0 15px;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

.footer {
    margin-left: -20px;
}

.sc-footer {
    width: 30px;
    height: auto;
    display: inline-block;
}

/*****************************************************************************************************************************
**
**  TitleImage & Scroll Indicator (https://codepen.io/priyankal/pen/zRvNyV)
**
*****************************************************************************************************************************/

#titleimg {
    /*display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    width: auto;*/
    width: 100%;
    max-height: 98vh;
    object-fit: cover;
    object-position: 15% 50%
    /*transition: transform 1s; /* Animation */

}
/*
#titleimg:hover {
    -ms-transform: scale(1.5); /* IE 9 */
  /*-webkit-transform: scale(1.5); /* Safari 3-8 */
  /*transform: scale(1.5); 
}*/

section::after {
    /* Dark Fading Overlay */
    /*position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .38) 80%, rgba(0, 0, 0, .38) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .38) 80%, rgba(0, 0, 0, .38) 100%);*/
}

section h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font: normal 300 64px/1 'Josefin Sans', sans-serif;
    text-align: center;
    white-space: nowrap;
}

#section05 {
    /*background: url(https://www.nxworld.net/example/css-scroll-down-button/bg05.jpg) center center / cover no-repeat;*/
}

.demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.demo a:hover {
    opacity: .5;
}

#section05 a {
    padding-top: 70px;
}

#section05 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}